projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd9fb4
)
(unify_char): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Sat, 10 May 1997 03:37:01 +0000
(
03:37
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 10 May 1997 03:37:01 +0000
(
03:37
+0000)
src/charset.h
patch
|
blob
|
history
diff --git
a/src/charset.h
b/src/charset.h
index ec61e378dc9e90637d4553d06648637a2cc6af02..d315dd6fa8f9a2bb2d2c636aff5c53a3114f7e79 100644
(file)
--- a/
src/charset.h
+++ b/
src/charset.h
@@
-655,4
+655,6
@@
extern int n_cmpchars;
/* Maximum character code currently used. */
#define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars)
+extern int unify_char ();
+
#endif /* _CHARSET_H */